home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000217_news@watsun.cc.columbia.edu _Sat Feb 13 14:25:45 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA24178
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 13 Feb 1999 14:25:44 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA07289
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 13 Feb 1999 14:22:57 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Ilya <ilyaNOSPAM@web1.calweb.com>
  10. Subject: Re: Errors compiling kermit 6.0.192 on Linux 2.2.1
  11. Organization: no place
  12. Message-ID: <36c5d104.0@calwebnnrp>
  13. Date: 13 Feb 1999 11:22:44 +0800
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In comp.os.linux.misc Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  17. > In article <36c541d0.0@calwebnnrp>, Ilya  <ilya_NOSPAM_@web1.calweb.com> wrote:
  18. > : Trying to compile kermit 6.0.192 on Linux 2.2.1. 
  19. > : Getting the following error:
  20. > : 
  21. > : make linux
  22. > : ....
  23. > : 
  24. > : kutio.c: In function `ttsspd':
  25. > : ckutio.c:4679: `TIOCGSERIAL' undeclared (first use this function)
  26. > : ckutio.c:4679: (Each undeclared identifier is reported only once
  27. > : ckutio.c:4679: for each function it appears in.)
  28. > : ckutio.c:4685: `TIOCSSERIAL' undeclared (first use this function)
  29. > : ckutio.c: In function `ttgspd':
  30. > : ckutio.c:4833: `TIOCGSERIAL' undeclared (first use this function)
  31. > : ckutio.c: In function `in_chk':
  32. > : ckutio.c:6092: warning:
  33. > :   passing arg 3 of `select' from incompatible pointer type
  34. > : ckutio.c:6092: warning:
  35. > :   passing arg 4 of `select' from incompatible pointer type
  36. > : make[1]: *** [ckutio.o] Error 1
  37. > : make[1]: Leaving directory `/usr/local/bin/kermit'
  38. > : make: *** [linux] Error 2
  39. > : 
  40. > : Any ideas?
  41. > :
  42. > This is our most frequently asked question in recent weeks.  Answer: Linux
  43. > has changed significantly since C-Kermit 6.0 was released.  Of course we
  44. > have adapted, but this requires you try a newer version of C-Kermit:
  45.  
  46. >   http://www.columbia.edu/kermit/ck70.html
  47.  
  48. > - Frank
  49.  
  50. Thank you. kermit 7.0 compiled fine. Why is the binary called wermit?
  51.  
  52. Ilya
  53.